github.com/klauspost/compress/zstd.seq.ofCode (field)
6 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L678: ofEnc.setRLE(b.sequences[0].ofCode)
blockenc.go#L741: llB, ofB, mlB := llTT[s.llCode], ofTT[s.ofCode], mlTT[s.mlCode]
blockenc.go#L753: println("Encoded seq", seq, s, "codes:", s.llCode, s.mlCode, s.ofCode, "states:", ll.state, ml.state, of.state, "bits:", llB, mlB, ofB)
blockenc.go#L760: ofB := ofTT[s.ofCode]
blockenc.go#L864: seq.ofCode = v
seqdec.go#L20: llCode, mlCode, ofCode uint8
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |